05 – Static vs. Instance

As simple as classes are there is much we still need to learn about them, so the next several sections are divided into more detailed topics about classes. The first and possibly the most challenging to understand is what is meant by static attributes versus instance attributes. So far in our sample code our methods … Continue reading 05 – Static vs. Instance